------------------------------------------------------------------------
r232 | kenstah | 2004-12-05 10:53:06 -0800 (Sun, 05 Dec 2004) | 4 lines

Fixed Windows TV_DB and clicks.
Fixed subs in subs and coordinates on Windows, SetPortBounds in Win view imp.


------------------------------------------------------------------------
r231 | kenstah | 2004-12-05 00:49:42 -0800 (Sun, 05 Dec 2004) | 3 lines

Added user supplied suggestion to calc size of movie in SetMovie.
Fixed calculation for Composited windows where GetControlBounds return view relative coords and not port relative like non composited windows.

------------------------------------------------------------------------
r230 | kenstah | 2004-12-05 00:03:47 -0800 (Sun, 05 Dec 2004) | 14 lines

Fixed Windows compile issues with change made 11/30/04 to CP_EditFields and structure passed to kCP_Signal_TextFieldExit signal.
Incorporate user supplied fixes/changes in CP_DataBrowser.
Changed parameters in CP_String ctors to take const char *, and const std::string
Added to CP_TextEncoder GetEncodingType() and defined the standard Apple CFString encoding types
to return the type of encoding used.
Honor the CP_TextEncoder in CP_Strings when constructing strings, and gets the EncodingType when the passed
in encoder is not NULL.
Fixed CP_String rfind to check index and use 0 as default param
Added CP_procNotFound to CP_Errors.h and changed Windows imp of GetAppName() to throw error like Mac side.
Fixed CP_Slitter not returning Windows splitter widths of splitter.
Copied CalcGradientColors from CP_Gradient to the CP_Graphics GDI+ imp.
Worked on improving the logic / calculations of the view positioning / SetLocation() and resizing / moving views.
Revised calculation in CP_DrawText to better center text whhen align VerMiddle in a line.

------------------------------------------------------------------------
r229 | kenstah | 2004-12-02 23:04:28 -0800 (Thu, 02 Dec 2004) | 2 lines

Updated LocalBounds() / PortBounds() / GetLocation calculations to be more consistant.

------------------------------------------------------------------------
r228 | kenstah | 2004-12-01 14:59:21 -0800 (Wed, 01 Dec 2004) | 2 lines

Added CP_AskRevert_Dialog and handlers to CP_DocumentBase to handle the CP_CMD_Revert command.

------------------------------------------------------------------------
r227 | kenstah | 2004-12-01 14:32:41 -0800 (Wed, 01 Dec 2004) | 3 lines

Added handling of Revert command to CP_Document.
Added CP_AskRevertDialog.
